home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / move / move.dir / 00003_Script_3 < prev    next >
Text File  |  1999-03-05  |  165b  |  8 lines

  1. on exitFrame
  2.   if rollover(20) then
  3.     set the member of sprite 14 = "entryroll"
  4.   else
  5.     set the member of sprite 14 = "entry"
  6.   end if
  7.   go the frame
  8. end